home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / Preditor 2.0 / Preditor Folder / Pascal / Pascal
Encoding:
Text File  |  1991-05-23  |  1.4 KB  |  33 lines  |  [ldf2/TCEd]

  1. ----------------------------------------------------------------------
  2.  The Pascal Programming Lanuage       written by Thomas Carstensen
  3.                         August 4, 1989
  4. ----------------------------------------------------------------------
  5. Langauge Name:   Pascal
  6.  
  7. Brackets:             Comments:             Quotes:
  8.   [ ]                   (* *)                 ' '
  9.   ( )                   { }                   " "
  10.   begin end                                    
  11.   record end                                   
  12.   case end                                     
  13.   
  14. File extensions:
  15.   .p                    .pas                  
  16.  
  17. Reserved Words:
  18.   and                   array                 begin
  19.   case                  const                 div
  20.   do                    downto                else
  21.   end                   file                  for
  22.   forward               function              goto
  23.   if                    implementation        in
  24.   interface             label                 mod
  25.   nil                   not                   of
  26.   or                    otherwise             packed
  27.   procedure             program               record
  28.   repeat                set                   then
  29.   to                    type                  unit
  30.   until                 uses                  var
  31.   while                 with                  
  32. ----------------------------------------------------------------------
  33.